home *** CD-ROM | disk | FTP | other *** search
/ Champak 26 (Anniversary Edition) / Volume 26 [Anniversary Edition] - JOGO DISK .iso / DEPOSITO / REmovido / Esportes / 1165.swf / scripts / DefineButton2_69 / BUTTONCONDACTION on(press).as next >
Text File  |  2006-06-13  |  133b  |  9 lines

  1. on(press){
  2.    _root.gotoAndPlay("atata");
  3.    if(_root.hitzone == 1)
  4.    {
  5.       _root.hit = 1;
  6.    }
  7.    this.gotoAndStop(3);
  8. }
  9.